Dynamicweb.eCommerce.Common Namespace > Gui Class > CreateDropDown Method : CreateDropDown(List<KeyValuePair<String,String>>,DropDownList,String,Boolean,String) Method |
true
[show none value].
'Declaration
Public Overloads Shared Function CreateDropDown( _ ByVal datalist As List(Of KeyValuePair(Of String,String)), _ ByVal dropdownObj As DropDownList, _ ByVal selectedData As String, _ Optional ByVal showNoneValue As Boolean, _ Optional ByVal noneValueTxT As String _ ) As String
public static string CreateDropDown( List<KeyValuePair<string,string>> datalist, DropDownList dropdownObj, string selectedData, bool showNoneValue, string noneValueTxT )
true
[show none value].Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2